How can a developer realize the full value of his work [closed]

Posted by Jubbat on Programmers See other posts from Programmers or by Jubbat
Published on 2012-06-08T23:57:10Z Indexed on 2012/06/09 4:46 UTC
Read the original article Hit count: 251

I, honestly, don't want to work as a developer in a company anymore after all I have seen. I want to continue developing software, yes, but not in the way I see it all around me. And I'm in London, a city that congregates lots of great developers from the whole world, so it shouldn't be a problem of location.

So, what are my concerns?

First of all, best case scenario: you are paying managers salary out of yours. You are consistently underpaid by making up for the average manager negative net return plus his whole salary.

Typical scenario. I am a reasonably good developer with common sense who cares for readable code with attention to basic principles. I have found way too often, overconfident and arrogant developers with a severe lack of common sense. Personally, I don't want to follow TDD or Agile practices like all the cool kids nowadays. I would read about them, form my own opinion and take what I feel is useful, but don't follow it sheepishly.

I want to work with people who understand that you have to design good interfaces, you absolutely have to document your code, that readability is at the top of your priorities. Also people who don't have a cargo cult mentality too.

For instance, the same person who asked me about design patterns in a job interview, later told me that something like a List of Map of Vector of Map of Set (in Java) is very readable. Why would someone ask me about design patterns if they can't even grasp encapsulation?

These kind of things are the norm. I've seen many examples. I've seen worse than that too, from very well paid senior devs, by the way.

Every second that you spend working with people with such lack of common sense and clear thinking, you are effectively losing money by being terribly inefficient with your time.

Yet, with all these inefficiencies, the average developer earns a high salary.

So I tried working on my own then, although I don't like the idea. I prefer healthy exchange of opinions and ideas and task division.

I then did a bit of online freelancing for a while but I think working in a sweatshop might be more enjoyable. Also, I studied computer engineering and you are in an environment in which your client will presume you don't have any formal education because there is no way to prove it. Again, you are undervalued.

You could try building a product, yes. But, of course, luck is a big factor.

I wonder if there is a way to work in something you can do well, software development, and be valued for the quality of your work and be paid accordingly, and where you and only you get fairly paid for the value you generate.

I know that what I have written seems somehow unlikely but I strongly feel this way. Hopefully someone will understand me and has already figured this out. I don't think I'm alone in this kind of feeling.

© Programmers or respective owner

Related posts about career-development

Related posts about programming-practices